What is Git?

Git is world's most popular version control system.


What is version control system?

Version control system is the software that tracks and manages changes to files over time.

Version control systems generally allow users to revisit earlier versions of the files, compare changes between versions, undo changes, and a whole lot more.


Benefits of using Git?